home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / gas_251.zip / bin_251 / binutils / NEWS < prev    next >
Text File  |  1994-09-15  |  3KB  |  80 lines

  1. -*- text -*-
  2.  
  3. Changes since binutils 2.4
  4.  
  5. * Changed objdump -dr to dump the relocs interspersed with the assembly
  6.   listing, for a more useful listing of relocateable files.
  7.  
  8. * Changed objdump -d/--disassemble to only disassemble SEC_CODE sections.
  9.   Added -D/--disassemble-all option to disassemble all sections.
  10.  
  11. * Added --size-sort option to nm.
  12.  
  13. * strip and objcopy should now be able to handle dynamically linked ELF
  14.   executables.
  15.  
  16. Changes since binutils 2.3
  17.  
  18. * Support for HP-PA (by Jeff Law), i386 Mach (by David Mackenzie), RS/6000 and
  19.   PowerPC (except ar and ranlib; by Ian Taylor).
  20.  
  21. * Support for Irix 5.
  22.  
  23. * Programs `strip' and `objcopy' will not attempt to write dynamically linked
  24.   ELF output files, since BFD currently can't create them properly.
  25.  
  26. Changes since binutils 2.2
  27.  
  28. * A new --stabs argument has been added to objdump to dump stabs sections in
  29.   ELF and COFF files.
  30.  
  31. * A new program, nlmconv, has been added.  It can convert object files into
  32.   Novell NetWare Loadable Modules.
  33.  
  34. * The strings program has been added.
  35.  
  36. Changes since binutils 2.1
  37.  
  38. * The 'copy' program has been renamed to 'objcopy', for consistency with
  39.   'objdump', and because 'copy' might more plausibly be used as a synonym for
  40.   'cp'.
  41.  
  42. * The new stand-alone program c++filt is a filter that converts encoded
  43.   (mangled) C++ assembly-level identifiers to user-level names.  (Note: This
  44.   may get moved to the gcc distribution.)
  45.  
  46. * nm -o on an archive now prefixes each line with the archive name, matching
  47.   the output from BSD nm.
  48.  
  49. * ar (and ld) can now read (but not write) BSD4.4-style archives.
  50.  
  51. * New support for H8500, Z8000, and the Hitach SH.
  52.  
  53. * Dis-assembler interface changed to allow sharing with gdb.
  54.  
  55. * There is new Elf code, but it is not yet ready for general use.
  56.  
  57. * There is the beginnings of a test suite.
  58.  
  59. Changes since binutils 2.0
  60.  
  61. * There is now support for writing ECOFF files, so ld and the other utilities
  62.   should work on Risc/Ultrix and Irix.  Please let us know how well this works.
  63.  
  64. * ar now automatically creates a symbol table (a __.SYMDEF member, in the BSD
  65.   version), if there are any object files in the archive.  So running ranlib is
  66.   now redundant (unless the non-standard q command is used).  This is required
  67.   for Posix.2 conformance.
  68.  
  69. * The archive-reading code now reads both BSD-style and SYSV-style archives
  70.   independently of the selected target format.  This is to encourage people to
  71.   switch to SYSV-format, which has a number of advantages.
  72.  
  73. * The strip and copy programs now have options to remove debug-symbols only
  74.   and/or local symbols only.  They now also support long options.
  75.  
  76.  
  77. Local variables:
  78. fill-column: 79
  79. End:
  80.